+Wed Sep 19 16:01:27 2001 Owen Taylor <otaylor@redhat.com>
+
+ Patch from Frank Belew #59037 for Solaris compilation.
+
+ * gtk/maketypes.awk: Change syntax slightly for a call
+ to sub(), apparently making awk on Solaris happier.
+
+ * gtk/gtktreeview.c: Remove C++ comments.
+
Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c: Add xgettext:no-c-format comment to
+Wed Sep 19 16:01:27 2001 Owen Taylor <otaylor@redhat.com>
+
+ Patch from Frank Belew #59037 for Solaris compilation.
+
+ * gtk/maketypes.awk: Change syntax slightly for a call
+ to sub(), apparently making awk on Solaris happier.
+
+ * gtk/gtktreeview.c: Remove C++ comments.
+
Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c: Add xgettext:no-c-format comment to
+Wed Sep 19 16:01:27 2001 Owen Taylor <otaylor@redhat.com>
+
+ Patch from Frank Belew #59037 for Solaris compilation.
+
+ * gtk/maketypes.awk: Change syntax slightly for a call
+ to sub(), apparently making awk on Solaris happier.
+
+ * gtk/gtktreeview.c: Remove C++ comments.
+
Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c: Add xgettext:no-c-format comment to
+Wed Sep 19 16:01:27 2001 Owen Taylor <otaylor@redhat.com>
+
+ Patch from Frank Belew #59037 for Solaris compilation.
+
+ * gtk/maketypes.awk: Change syntax slightly for a call
+ to sub(), apparently making awk on Solaris happier.
+
+ * gtk/gtktreeview.c: Remove C++ comments.
+
Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c: Add xgettext:no-c-format comment to
+Wed Sep 19 16:01:27 2001 Owen Taylor <otaylor@redhat.com>
+
+ Patch from Frank Belew #59037 for Solaris compilation.
+
+ * gtk/maketypes.awk: Change syntax slightly for a call
+ to sub(), apparently making awk on Solaris happier.
+
+ * gtk/gtktreeview.c: Remove C++ comments.
+
Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c: Add xgettext:no-c-format comment to
+Wed Sep 19 16:01:27 2001 Owen Taylor <otaylor@redhat.com>
+
+ Patch from Frank Belew #59037 for Solaris compilation.
+
+ * gtk/maketypes.awk: Change syntax slightly for a call
+ to sub(), apparently making awk on Solaris happier.
+
+ * gtk/gtktreeview.c: Remove C++ comments.
+
Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c: Add xgettext:no-c-format comment to
+Wed Sep 19 16:01:27 2001 Owen Taylor <otaylor@redhat.com>
+
+ Patch from Frank Belew #59037 for Solaris compilation.
+
+ * gtk/maketypes.awk: Change syntax slightly for a call
+ to sub(), apparently making awk on Solaris happier.
+
+ * gtk/gtktreeview.c: Remove C++ comments.
+
Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c: Add xgettext:no-c-format comment to
if (!set_destination_row (tree_view, context, x, y, &suggested_action, &target))
return FALSE;
- // gtk_tree_view_ensure_scroll_timeout (tree_view);
+ /* gtk_tree_view_ensure_scroll_timeout (tree_view); */
gtk_tree_view_get_drag_dest_row (tree_view, &path, &pos);
if (GTK_WIDGET_REALIZED (tree_view))
{
- //gtk_widget_queue_resize (GTK_WIDGET (tree_view));
+ /*gtk_widget_queue_resize (GTK_WIDGET (tree_view)); */
_gtk_tree_view_update_size (tree_view);
gtk_tree_view_size_allocate_buttons (GTK_WIDGET (tree_view));
}
sub (";.*", "", $0);
} while ($0 ~ /^[ \t]*$/);
tmp_var2 = $1;
- sub ("\).*", "", tmp_var2);
+ sub (/\).*/, "", tmp_var2);
if (tmp_var1 ~ /^[_A-Za-z][_A-Za-z0-9]*$/ &&
tmp_var2 ~ /^[_A-Za-z][_A-Za-z0-9]*$/)
{